home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / CSG operations / inverse.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  126 b   |  7 lines

  1. // flip an object's inside and outside for intersect/difference
  2. intersection
  3. {
  4.   Shape1 {...}
  5.   Shape2 {... inverse }
  6. }
  7.